home *** CD-ROM | disk | FTP | other *** search
/ Web Publisher's Design Gu…or Windows (2nd Edition) / design.iso / otherfiles / sideshow (shockwave) / 00006.ls < prev    next >
Encoding:
Text File  |  1995-08-28  |  172 b   |  9 lines

  1. on mouseUp
  2.   puppetSound("blast", 1)
  3.   if the visible of sprite 24 = 0 then
  4.     set the visible of sprite 24 to 1
  5.   else
  6.     set the visible of sprite 24 to 0
  7.   end if
  8. end
  9.